recursive call造句
例句与造句
- As a recursive call into the stylesheet itself
是对样式表自身的递归调用! - Recursive calls to composited javabeans
递归地调用复合javabean的 - Will crash on its own recursive call
在自身的递归调用上崩溃。 - Instruction replaces the recursive call
指令代替了递归调用。 - You should also ensure that you cannot run out of memory due to having too many recursive calls
您还应该确保不会因为过多的递归调用而耗尽内存。 - It's difficult to find recursive call in a sentence. 用recursive call造句挺难的
- If you attempt to do this , the compiler interprets it as a recursive call to the procedure
如果试图这样做,编译器会将它解释为对过程的递归调用。 - Is useful for specifying whether or not you want the application to be able to inline a recursive call
有助于指定是否希望应用程序能够内联递归调用。默认情况下,该杂注为off 。 - Remember : we can t rely on our code to always be running on a jvm that will transform tail - recursive calls
记住:我们不能寄希望于我们的代码会总是运行在会转换尾递归调用的jvm上。 - If your jit compiler converts tail - recursive calls to iteration , this program will continue to run indefinitely
如果您的jit编译器把尾递归调用转换成迭代,这个程序将无限期地运行下去。 - There is no stack operation error , simply a recursive call that never ends , at least before it runs out of system source
该现象表明是由于堆栈操作错误导致返回失败引起死循环调用撑爆了堆栈。 - But representing iteration this way in java programming can be inefficient because numerous recursive calls risk overflowing the stack
但在java编程中,用这种方式表示迭代将导致效率低下,因为大量的递归调用有导致堆栈溢出的危险。 - It is caused by recursively descending a composite data structure in such a way that , sometimes , more than one step in the descent is taken in a single recursive call
它是由递归下行复合数据结构引起的,这种下行方式有时在一次递归调用中要下行多级。 - But because the variable parameter values are sent to the recursive call all at once , it is much easier to get the updated values right than it is in a loop
但因为所有可变的参数值都一次传给了递归调用,所以比起循环来,在尾递归中可以更容易地得到更新值。 - A loop does not have the overhead of passing arguments , initializing additional storage , and returning values . your performance can be much better without recursive calls
循环不会产生传递变量、初始化附加存储空间和返回值所需的开销,因此使用循环相对于使用递归调用可以大幅提高性能。 - Because of this attribute , there is a nice correspondence between tail - recursive functions and loops : each recursive call can be thought of simply as one more iteration through a loop
由于这一特点,在尾递归函数和循环之间有一个很好的对应关系:可以简单地把每个递归调用看作是一个循环的多次迭代。
更多例句: 下一页